projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a5d080
)
Correct glogbook capabilities. This format can handle only tracks.
author
oliskoli
<oliskoli>
Sat, 22 Apr 2006 16:55:39 +0000
(16:55 +0000)
committer
oliskoli
<oliskoli>
Sat, 22 Apr 2006 16:55:39 +0000
(16:55 +0000)
glogbook.c
patch
|
blob
|
history
diff --git
a/glogbook.c
b/glogbook.c
index 4467577216dc63aee559dfc8c3569437289a69fa..711d1225b4692b23df983938842844aaa1e9ff10 100644
(file)
--- a/
glogbook.c
+++ b/
glogbook.c
@@
-169,7
+169,7
@@
void gl_trk_alt(const char *args, const char **unused)
ff_vecs_t glogbook_vecs = {
ff_type_file,
-
FF_CAP_RW_ALL
,
+
{ ff_cap_none, ff_cap_read | ff_cap_write, ff_cap_none}
,
glogbook_rd_init,
glogbook_wr_init,
glogbook_rd_deinit,